home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000414 < prev    next >
Text File  |  1998-04-08  |  2KB  |  63 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                VEHICLE:        Hopper
  6. //
  7. //                BASE ID:        500
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. // This is a Vehicle File.
  12. [ObjectClass]
  13. l ObjectTypeNum = 3
  14.  
  15. [Header]
  16. st FileType                            = "GroundVehicleType"
  17.  
  18. [General]
  19. ul ID                                = 500                // ID number for this mech type
  20. uc Alignment                        = 0                    // 0 = Inner Sphere, 1 = Clan
  21. st Name                                = "Hopper"        // vehicle type description
  22. uc Chassis                            = 0                    // Standard Chassis        
  23. f TonnageClass                        = 80.0                // 80 tons
  24.  
  25. [InternalStructure]
  26. //------------------------------------------------------------------------
  27. // In theory, the following should be dictated by the MaxTonnage, correct?
  28. uc Front                            = 3
  29. uc Left                                = 25
  30. uc Right                            = 17
  31. uc Rear                                = 17
  32. uc Turret                            = 13
  33.  
  34. [ObjectType]
  35. st Name                             = "Hopper"        // Text string giving a descriptive name  (only 8 chars long!!)
  36. l Type                                 = 43            // ID number for this mech type
  37. l Appearance                        = 0x0500017F
  38. l Duration                            = -1            // Lasts forever = -1
  39. l MaxDamage                            = 200            // Number of damage points before BOOM!
  40. l ExplosionObject                    = 449            // Object Class Number of explosion for Mech
  41. l DestroyedObject                    = 101            // Object Class Number of Destroyed shape for Mech
  42. f ExtentRadius                        = 15                // Extent Radius in Meters
  43. l IconNumber                        = 0
  44. [Control]
  45. ul Type                                = 2                //player = 1, ai = 2, net = 3
  46. ul DataType                            = 1                //mech control data = 1
  47.  
  48. [Dynamics]
  49. ul Type                                = 2                //Mech dynamics = 1
  50.  
  51. [VehicleDynamics]
  52. l maxTurretYawRate                    = 90
  53. l maxTurretYaw                        = 100
  54. l maxVehicleYawRate                    = 360
  55. f maxAccel                        = 12.0
  56. f maxVelocity                        = 12.0
  57.  
  58. [AudioVisual]
  59. st Anim =                            "animString"
  60. uc[3] MoveAnimSpeed =                0,2,1
  61.  
  62. FITEnd
  63.